FileReferenceExplorer Constructor

Initializes the control. Called during construction.
 

Parameters

element

Type: HTMLElement
The DOM element that the control will render to.
options

Type: Object
The options for this CheckedOutReferenceExplorer explorer. Example: { onFinishedAddingItems: function () { }, entityId: "someguid" the ID of the entity to show checked out references for, type: the type to show. By default, will show checked out references. Options are: "checkedOut", "referencedBy" and "referencesTo", "referencedByRecursive", "referencesToRecursive", showCheckboxes: true whether to show checkboxes or not }.